github.com/robfig/cron/v3.Entry.ID (field)

9 uses

	github.com/robfig/cron/v3 (current package)
		cron.go#L53: 	ID EntryID
		cron.go#L75: func (e Entry) Valid() bool { return e.ID != 0 }
		cron.go#L163: 		ID:         c.nextID,
		cron.go#L173: 	return entry.ID
		cron.go#L196: 		if id == entry.ID {
		cron.go#L246: 		c.logger.Info("schedule", "now", now, "entry", entry.ID, "next", entry.Next)
		cron.go#L276: 					c.logger.Info("run", "now", now, "entry", e.ID, "next", e.Next)
		cron.go#L284: 				c.logger.Info("added", "now", now, "entry", newEntry.ID, "next", newEntry.Next)
		cron.go#L350: 		if e.ID != id {